POST api/hr
Request Information
URI Parameters
None.
Body Parameters
RequestHealthReminderAddName | Description | Type | Additional information |
---|---|---|---|
AccountID | integer |
None. |
|
DateSchedule | string |
None. |
|
IsActive | boolean |
None. |
|
Notes | string |
None. |
|
Tag | integer |
None. |
|
Time | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": 1, "DateSchedule": "sample string 2", "IsActive": true, "Notes": "sample string 4", "Tag": 5, "Time": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.